home *** CD-ROM | disk | FTP | other *** search
/ Micro Dingo 39 / Micro_Dingo_39_CD1.mdx / Delires / Hentai / sim.swf / scripts / DefineButton2_345 / BUTTONCONDACTION on(release, keyPress m).as
Text File  |  2002-05-21  |  172b  |  13 lines

  1. on(release, keyPress "m"){
  2.    if(money >= 80)
  3.    {
  4.       money -= 80;
  5.       pill += 1;
  6.       gotoAndPlay(286);
  7.    }
  8.    else
  9.    {
  10.       gotoAndStop(285);
  11.    }
  12. }
  13.